Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
How to Determine if a Class Has Implemented an Interface Using class_exists?
1
class_exists vs interface_exists: Differences and Comparison of PHP Interface and Class Checks
5
How to Use the class_exists Function to Check if a Class Exists? Common Methods for PHP Developers
7
Similar Functions
method_exists
method_exists
Checkiftheclassmetho
property_exists
property_exists
Checkifanobjectorcla
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_parent_class
get_parent_class
Returnstheparentclas
trait_exists
trait_exists
Checkifthespecifiedt
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
Popular Articles
class_exists vs interface_exists: Differences and Comparison of PHP Interface and Class Checks
How to Determine if a Class Has Implemented an Interface Using class_exists?
How to Use the class_exists Function to Check if a Class Exists? Common Methods for PHP Developers